<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	scrollbar-width: thin;
	/*//è®¾ç½®ç«ç‹æ»šåŠ¨æ¡å®½åº¦*/
	scrollbar-color: #9b9b9b #ffffff;
	/*//è®¾ç½®ç«ç‹æ»šåŠ¨æ¡é¢œè‰²*/
}

#banner .swiper-wrapper &gt;a &gt;img{
	width: 1920px;
    height: 316px;
}
/*.swiper-wrapper &gt;.swiper-slide &gt;a &gt;img{
	display: block;
	margin: 0px auto;
	width: 100%;
    height: 100%;
}*/
body {
	font-size: 16px;
	line-height: 1.5;
}
.page-route a:hover {
	color: #0176DF;
	cursor: pointer
}
/* å¤´éƒ¨ */
header {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #d5d5d5;
	position: relative;
	z-index: 9999;
	min-width: 1280px;
	background: #ffffff;
	margin: 0px auto;

}

/* LOGO */
header .logo-box {
	width: 500px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

header .logo-box img {
	display: block;
	max-width: 300px;
	max-height: 80px;
	cursor: pointer;
}

.w1416 {
	width: 1416px;
	margin: 0px auto;
	overflow: hidden;
}

.w1280 {
	width: 1280px;
	margin: 0px auto;
	overflow: hidden;
}

.w960s {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}
.zindex10 {
	z-index: 10;
}

.zindex100 {
	z-index: 100;
}

.zindex1000 {
	z-index: 1000;
}

/* å¯¼èˆª */


header nav {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}

header nav ul {
	width: 100%;
	justify-content: space-between;
	margin: 0px auto;
	font-size: 0px;
	position: relative;
	padding: 0px 0px;
}

header nav ul li {
	width: 11.11%;
	display: inline-block;
	text-align: center;
	line-height: 100px;
}

header nav ul li a {
	display: block;
	font-size: 16px;
	color: #333333;
	text-decoration: none
}

header nav ul li:hover a {
	padding-bottom: 3px;
}

header nav ul li:hover span,
header nav ul li.hover a span {
	border-bottom: 2px solid #0176DF;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0176DF;
}

header nav ul li a i.fa {
	margin-left: 6px;
}

/* å‰¯æ&nbsp;ç›® */
header nav ul li {
	position: relative;
	cursor: pointer;
}

header nav ul li .sub-box {
	opacity: 1;
	position: absolute;
	left: 0px;
	width: 120px;
	overflow: hidden;
	background: #fff;
	display: none;
	flex-direction: column;

}

/* header nav ul li:hover .sub-box {
	opacity: 1;
	display: flex;
} */

header nav ul li .sub-box a {
	color: #333;	
	line-height: 50px;
}

/* header nav ul li .sub-box a:hover {
	color: #0176DF;
	font-weight: bold;
} */



/* ç”µè¯ */
header .tel-box {
	width: 300px;
	height: 100%;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header .tel-box .tel-img {
	display: flex;
	flex-direction: row;
	align-items: center;
}

header .tel-box .tel-img img {
	display: block;
	width: 30px;
	height: 30px;
}

header .tel-box .tel-img .tel-title {
	color: #333;
	font-size: 18px;
	margin-left: 10px;
}

header .tel-box .tel {
	color: #0176DF;
	font-size: 26px;
	font-weight: bold;
}

/* å³ä¾§æµ®åŠ¨ */
/* ç½®é¡¶ */
#rightTop {
	position: fixed;
	right: 0px;
	bottom: 40%;
	height: 220px;
	min-width: 48px;
	z-index: 999;
	overflow: hidden;
	display: none;
	flex-direction: row;
	align-items: center;
}

#rightTop .qrcode {
	background: #0176DF;
	border-radius: 2px;
	margin-right: 10px;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 17px 17px 10px 17px;
}

#rightTop .qrcode img {
	width: 150px;
	height: 150px;
}

#rightTop .qrcode p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 12px;
}


#rightTop ul li {
	height: 48px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 2px;
	display: flex;
	justify-content: right;
}


#rightTop ul li .icon01 {
	min-width: 48px;
	min-height: 48px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#rightTop ul li .icon01 img {
	width: 22px;
	height: 22px;
}

#rightTop ul li .icon01 p {
	display: none;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

#rightTop ul li .icon01 {
	/* background: #0176DF; */
	border-radius: 40px;
}

#rightTop ul li .icon01:hover {
	background: #0176DF;
	border-radius: 40px;
}
#rightTop ul li .icon01:hover img{
	margin-left: 20px;
}


#rightTop ul li .icon01 .telephone{
	display: none;
	background: #0176DF;
	border-radius: 40px;
}
#rightTop ul li .icon01 img {
	display: block;
	/* margin-left: 20px; */
}

#rightTop ul li .icon01 p {
	display: block;
	margin-left: 10px;
	margin-right: 20px;
}

#rightTop ul li .icon02 {
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}


#rightTop ul li .icon02 img {
	width: 22px;
	height: 22px;
}

#rightTop ul li .icon02:hover {
	background: #0176DF;
}


#rightTop ul li .icon03 {
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#rightTop ul li .icon03 img {
	width: 24px;
	height: 12px;
}

#rightTop ul li .icon03:hover {
	background: #0176DF;
}


/* åº•éƒ¨footer */
.footer-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-box .footer-contact {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.footer-box .footer-contact .footer-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-box .footer-contact .footer-logo img {
	width: 80px;
	height: 80px;
}

.footer-box .footer-contact .footer-logo p {
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 40px;
}

.footer-box .footer-contact .footer-logo strong {
	font-size: 21px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 10px;
}


.footer-box .footer-contact .footer-contact-data {
	display: flex;
	flex-direction: column;
}

.footer-box .footer-contact .footer-contact-data a {
	font-size: 18px;
	font-weight: 400;
	color: #DADADA;
}

.footer-box .footer-contact .footer-contact-data span {
	width: 40px;
	height: 2px;
	background: #DADADA;
	margin-top: 18px;
}

.footer-box .footer-contact .footer-contact-data p {
	font-size: 16px;
	font-weight: 400;
	color: #DADADA;
	margin-top: 18px;
}

.footer-box .footer-contact .footer-qrcode{
	display: flex;
	flex-direction: column;
	margin-left: 50px;
}

.footer-box .footer-contact .footer-qrcode img{
	width: 120px;
	height: 120px;
}

.footer-box .footer-contact .footer-qrcode p{
	font-size: 16px;
	color: #DADADA;
	text-align: center;
	margin-top: 10px;
}

.footer-box .copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #888889;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-box .line {
	width: 100%;
	height: 1px;
	background: #7F7F7F;
}

.sub-box{
	margin-top:-10px;
}</pre></body></html>